MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperGeneric<TResult> Class : Input Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("Optional pipeline input to pass into the PSWrapperGeneric.")> Public Property Input As System.Activities.InArgument(Of Object)
'Usage
Dim instance As PSWrapperGeneric(Of TResult) Dim value As System.Activities.InArgument(Of Object) instance.Input = value value = instance.Input
[System.ComponentModel.Description("Optional pipeline input to pass into the PSWrapperGeneric.")] public System.Activities.InArgument<object> Input {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2